Home | History | Annotate | Download | only in contrib

Lines Matching refs:SET

11 #      implement idea of change between permitted/effective set
12 # or iherited/effective set (pam_cap.so)
18 # POSIX Capabilities through their Permitted and Effective Set
20 # --> use SET=pe
24 # POSIX Capabilities through their Inherited and Effective Set
25 # --> PAM support to set Inheritance set through pam_cap.so
26 # --> use SET=ie
64 # we put it into this set
66 #SET=pe
67 SET=ie
115 setcap $2=$SET $i
189 echo "Effective set."
190 echo "If you are using pam_cap.so, you might want to change the set into the"
191 echo "Inherited and Effective set (check for the SET var)."