Home
last modified time | relevance | path

Searched refs:add_perm (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py579 def add_perm(mask, on, off='-'): function
585 add_perm(stat.S_IRUSR, 'r')
586 add_perm(stat.S_IWUSR, 'w')
588 add_perm(stat.S_IXUSR, 's', 'S')
590 add_perm(stat.S_IXUSR, 'x')
594 add_perm(stat.S_IRGRP, 'r')
595 add_perm(stat.S_IWGRP, 'w')
599 add_perm(stat.S_IXGRP, 'x')
601 add_perm(stat.S_IROTH, 'r')
602 add_perm(stat.S_IWOTH, 'w')
[all …]