Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check the mounted FS for SETUID option #245

Open
Martin-Zeithaml opened this issue Aug 21, 2024 · 0 comments
Open

Check the mounted FS for SETUID option #245

Martin-Zeithaml opened this issue Aug 21, 2024 · 0 comments

Comments

@Martin-Zeithaml
Copy link

When mounting a filesystem, SETUID is the default option and it is required by Zowe to set extended attribute for ZSS Server. It should not happen very often, that the mounted filesystem will be NOSETUID, but we should check this before/during the installation.

Options

df - example of NOSETUID setting

df -v "{zowe.runtimeDirectory}/components/zss/bin"

Mounted on     Filesystem                Avail/Total    Files      Status
/mount/point   (ZOWE.TEST)             3703006/5588640 4294953614 Available
ZFS, Read/Write, Device:T800, ACLS=Y, No SUID
aggrgrow
File System Owner : ZEUS        Automove=Y      Client=N
Filetag : T=off   codeset=0
Aggregate Name : ZOWE.TEST

extattr - example missing attribute p

/zowe/components/zss/bin: extattr ./zssServer
./zssServer
APF authorized = NO
Program controlled = NO
Shared address space = YES
Shared library = NO

Others?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant